| Overload | Description |
|---|---|
| decryptFile(String,String,String,boolean) | Decrypts the PDF file given in input stream and saves the encrypted file to output stream. |
| decryptFile(Stream,String,Stream,boolean) | Decrypts the PDF file given in input stream and saves the encrypted file to output stream. |